runtime.mspan.countAlloc (method)

2 uses

	runtime (current package)
		mbitmap.go#L752: func (s *mspan) countAlloc() int {
		mgcsweep.go#L650: 	nalloc := uint16(s.countAlloc())